LiveCode BuilderStatementsDeleteLastElementOfOn this pageDeleteLastElementOf Type statement Summary Deletes the last element of Target. Syntax delete the last element of <Target> Description Removes the last element of Target. noteIt is an error if Target is the empty list. Parameters NameTypeDescriptionTargetA list container.